<?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" xmlns:gml="http://www.opengis.net/gml"
>

<channel>
	<title>High Earth Orbit &#187; Geolocation</title>
	<atom:link href="http://highearthorbit.com/category/geo/geolocation/feed/" rel="self" type="application/rss+xml" />
	<link>http://highearthorbit.com</link>
	<description>Transmitting ideas, observations, and images from 42,000 km.</description>
	<lastBuildDate>Wed, 08 Sep 2010 12:22:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9-rare</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Visualizing Restaurant Searching</title>
		<link>http://highearthorbit.com/visualizing-restaurant-searching/</link>
		<comments>http://highearthorbit.com/visualizing-restaurant-searching/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 18:38:47 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Geolocation]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[eating]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[urbanspoon]]></category>
		<category><![CDATA[Visualization]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/visualizing-restaurant-searching/</guid>
		<description><![CDATA[ One of the simplest, most useful, and well executed applications on the iPhone is UrbanSpoon&#8217;s free restaurant finder. Open the application, it geolocates you, give the iPhone and shake and three Slot machine style selectors spin around and randomly choose a restaurant nearby. You can then even lock in specifics such as location, cuisine, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://highearthorbit.com/wp-content/uploads/2008/08/24-hours-of-urbanspoon-on-the-iphone.jpg"><img src="http://highearthorbit.com/wp-content/uploads/2008/08/24-hours-of-urbanspoon-on-the-iphone-tm.jpg" width="350" height="265" alt="24 hours of Urbanspoon on the iPhone" style="float:right; padding-top:5px; padding-bottom:5px; padding-left:5px;" /></a> One of the simplest, most useful, and well executed applications on the iPhone is <a href="http://www.urbanspoon.com/blog/27/Urbanspoon-on-the-iPhone.html" title="Urbanspoon Blog | Urbanspoon on the iPhone">UrbanSpoon&#8217;s free restaurant finder</a>. Open the application, it geolocates you, give the iPhone and shake and three Slot machine style selectors spin around and randomly choose a restaurant nearby. You can then even lock in specifics such as location, cuisine, or price range and shake to give more suggestions.</p>
<p>However, what&#8217;s particularly neat about the application is that UrbanSpoon has been recording these &#8220;shakes&#8221; by location (inherent in the API call obviously) and created a great <a href="http://www.urbanspoon.com/iphone/24hours" title="24 hours of Urbanspoon on the iPhone">visualization showing the locations around the US</a> over a day of &#8220;shaking&#8221;.</p>
<p>The heatmap essentially shows the evolving enquiry of people looking for a place to eat. There isn&#8217;t an actual time display or timeline slider to investigate &#8211; but I imagine there are interesting trends during meals, and particularly after normal eating times when people don&#8217;t have a plans on where to eat. In addition, a timezone lag that would show shaking progressing east to west.</p>
<p><a href="http://www.slideshare.net/sifra/reality-mining-nathan-eagle/" title="Reality Mining (Nathan Eagle)">Context mining of mobile devices</a>, combined with geographic location &#8211; and especially via <em>inferred</em> geographic information instead of directly <em><a href="http://fantomplanet.wordpress.com/2008/03/13/goodchild-on-vgi-and-other-stuff-at-redlands/" title="Goodchild on VGI and Other Stuff at Redlands « FANTOM PLANET">volunteered</a></em> information can yield interesting trends on ambient behaviors. Imagine if <a href="http://www.urbanspoon.com/" title="Charlotte Restaurants | Restaurant menus, reviews and maps on urbanspoon.com">UrbanSpoon</a> could also collect the number of people in the group by detecting other repeatedly seen nearby bluetooth/wifi devices, previous meals of the day, and the ultimate destination and distance to the chosen restaurant.</p>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/visualizing-restaurant-searching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Location API</title>
		<link>http://highearthorbit.com/twitter-location-api/</link>
		<comments>http://highearthorbit.com/twitter-location-api/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 14:05:58 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Geolocation]]></category>
		<category><![CDATA[FireEagle]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/twitter-location-api/</guid>
		<description><![CDATA[Ryan Sarver shares the info on Twitter&#8217;s new location API. Looks really simple, and really nice. 

curl -u USERNAME:PASSWORD -d location="Arlington, VA" http://twitter.com/account/update_location.json

You can even use GET, which means bookmarkable location settings (similar to FireEagle)

http://username:password@twitter.com/account/update_location.xml?location=Paris,+France

There has been a number of GeoTwitter clients and applications show up. And a lot of discussion on alternate picoformats for [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sarver.org/" title="Sarver.org*">Ryan Sarver</a> <a href="http://www.sarver.org/2008/04/23/twitter-adds-profile-geolocation-api/" title="Twitter Adds Profile Geolocation API | Sarver.org*">shares the info on Twitter&#8217;s new location API</a>. Looks really simple, and really nice. </p>
<p><code><br />
curl -u USERNAME:PASSWORD -d location="Arlington, VA" http://twitter.com/account/update_location.json<br />
</code></p>
<p>You can even use GET, which means bookmarkable location settings (similar to FireEagle)</p>
<p><code><br />
http://username:password@twitter.com/account/update_location.xml?location=Paris,+France<br />
</code></p>
<p>There has been a number of <a href="http://highearthorbit.com/geo-twittering/" title="Geo Twittering  ::  High Earth Orbit">GeoTwitter</a> clients and applications show up. And a lot of <a href="http://lists.burri.to/pipermail/geowanking/2008-April/005121.html" title="[Geowanking] Locational Twittering">discussion</a> on alternate <a href="http://microformats.org/wiki/picoformats" title="picoformats - Microformats">picoformats</a> for location markup.</p>
<p>By extracting this away to Twitter proper, it means any application can set this information how they want, and have it updated in the user&#8217;s profile. One thing that is lost is the &#8216;home&#8217; location of that user as their profile potentially becomes very temporal.</p>
<p><a href="http://highearthorbit.com/fireeagle/" title="FireEagle Officially Launched  ::  High Earth Orbit">FireEagle</a> as the central store is a good option, however it is just one location store and Twitter&#8217;s location will no doubt serve as the centralized location store for a number of new applications. As more social or personal applications gain location storing and sharing support, there is a question of how synchronization between these services will easily happen.</p>
<p>I don&#8217;t want to have to set my location in multiple services. This is the same <a href="http://factoryjoe.com/blog/2006/08/23/magnolicious/" title="Ma.gnol.icio.us | FactoryCity">problem</a> that troubles social bookmarking sites such as <a href="http://del.icio.us/nilspace">del.icio.us</a> and magnolia. This may become especially problematic if there were automatic updating services that detected a change in FireEagle and then updated your Twitter location, and vice versa &#8211; which then updates FireEagle from Twitter. Perhaps causing an implosion of the GeoWeb. </p>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/twitter-location-api/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>FireEagle Officially Launched</title>
		<link>http://highearthorbit.com/fireeagle/</link>
		<comments>http://highearthorbit.com/fireeagle/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 22:44:48 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Geolocation]]></category>
		<category><![CDATA[Dopplr]]></category>
		<category><![CDATA[FireEagle]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/fireeagle/</guid>
		<description><![CDATA[Yahoo Brickhouse finally released their new shiny FireEagle service. If you haven&#8217;t heard of it before, FireEagle is a user location brokering system. No more, no less. It provides a secure authorization system and interface to allow third-party applications to update a user&#8217;s location, or query a user&#8217;s location. 
There have been, and are, other [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/images/FireEagle.jpg" width="288" height="81" alt="Welcome to Fire Eagle!.jpg" class="postImage" />Yahoo Brickhouse finally released their new shiny <a href="http://fireeagle.yahoo.net" title="Welcome to Fire Eagle!">FireEagle</a> service. If you haven&#8217;t heard of it before, FireEagle is a user location brokering system. No more, no less. It provides a secure authorization system and interface to allow third-party applications to update a user&#8217;s location, or query a user&#8217;s location. </p>
<p>There have been, and are, other location sharing systems. Most recently, <a href="http://plazes.com/" title="Plazes - Right Plaze, Right People, Right Time">Plazes</a>, <a href="http://twittervision.com/" title="twittervision">TwitterVision</a>, <a href="http://my.loki.com/" title="Share your location with friends | MyLoki">my.loki</a>, Loopt, Dodgeball, and more coming online soon. However these systems were either hampered by being too much, not providing good interfaces, unclear security and authorization, and worst of all, user lock-in or siloing. Those services have great purpose and use and communities, but they aren&#8217;t the cross-application interfaces they could be.</p>
<p>What&#8217;s incredibly exciting about FireEagle is that it does one thing really well &#8211; and provides excellent hooks for using this information. It&#8217;s a service about user-geolocation enabling <em>other</em> applications. Its one of those services that a user comes to for signing up, but after that never needs to come back to FireEagle at all. Applications build in authorization, publishing, and accessing their location into their own interfaces.</p>
<p>And even better, you can publish your location from one system, say a mobile device, and have other applications access this, say from a social network site. </p>
<p>This concept follows the concept of loosely coupled systems. Other location sharing systems typically required all potential users to be members of that particular service, using that interface. For example, I can&#8217;t view locations of my twitter contacts in Plazes, or from a single mobile app &#8211; where a combined interface has utmost importance. </p>
<p>I&#8217;ve recently updated my blog, and included in the header my current location from FireEagle. I can now set my location via Dopplr, mobile phone, dashboard widget, or whatever cool next generation shoe tracking service, and have my site automatically get this &#8211; or view in FaceBook. </p>
<p>FireEagle will do for geolocation what GoogleMaps did for online maps, or Twitter did for small messaging exchange: Provide an underlying framework that developers can innovate on top of.</p>
<p>I explained before why the <a href="http://highearthorbit.com/why-the-iphone-doesnt-need-gps/" title="Why the iPhone doesn&#8217;t need GPS  ::  High Earth Orbit">iPhone doesn&#8217;t need a GPS</a>, and FireEagle makes this especially true. In the end, I just want it to be easy for me to share locations with people and use this for finding things around me. I don&#8217;t really care <strong>how</strong> that happens, I just want it to happen. And loosely coupled systems like FireEagle abstract away the geolocation method from the geolocation-sharing.</p>
<p>Unfortunately the blog is agog so far today with numerous posts by misunderstanding newszines that see it useful to bash FireEagle and comment on &#8220;lack of apps&#8221;, or &#8220;user base&#8221;. They&#8217;re not understanding the concept that FireEagle is a tool, not an endpoint.</p>
<p>I hope FireEagle doesn&#8217;t get feature-itis. Users and devs are asking for social networks, stored location names, and other features that each have their uses, in specific application spaces. But FireEagle is powerful for just the reason that it doesn&#8217;t do all these things. It&#8217;s like saying Amazon&#8217;s S3 needs to have &#8220;Friending&#8221;. External applications should be innovative with how they use and extend FireEagle.</p>
<p>You&#8217;re already seeing applications add integration. Dopplr will set your location once per day based on your trips, <a href="http://presencerouter.com/download/" title="PresenceRouter Download">PresenceRouter</a> helps join FireEagle into the other geolocation services. <a href="http://twitter.com/dangerday" title="Twitter / dangerday">Dangerday</a> is a Twitter bot that will allow you to publish to FireEagle from the plethora of Twitter applications and sites out there. <a href="http://shamurai.com/bin/firewidget/">FireWidget</a> is a Mac OS X dashboard widget, and <a href="http://shamurai.com/bin/firewrench/" title="FireWrench Greasemonkey FireEagle">FireWrench</a> is a GreaseMonkey script for polling your location in Firefox. There are a couple of other really exciting applications and interfaces to FireEagle that can be found with some lurking around (I leave this as an exercise to you the reader until the apps officially announce themself).</p>
<p>We&#8217;ve also built in FireEagle support into <a href="http://mapufacture.com" title="Mapufacture">Mapufacture</a> and will soon be showing off some of the really interesting things FireEagle lets us do for our users. </p>
<p><a href="http://jnewland.com/" title="Jesse Newland">Jesse Newland</a> has a very good <a href="http://fireeagle.rubyforge.org/" title="fireeagle's fireeagle-0.6.0 Documentation">ruby</a> library, and I believe the <a href="http://developer.yahoo.com/fireeagle/index.html" title="Introducing Fire Eagle and the Fire Eagle Developer APIs">Yahoo Developer Network</a> will be putting up libraries for PHP, Python, <a href="https://github.com/ayman/fireeagle-javascript-lib/" title="FireEagle Javascript library">Javascript</a>, Java, Objective-C, and C#.</p>
<p>FireEagle is also using the new OAuth specification &#8211; one of the first large scale service to do so. Along the way they&#8217;ll have to do a lot of developer education on how to use OAuth, but it&#8217;s a leap in the right direction. Using OAuth it makes it simple to connect to multiple services without having to cater to as many unique authentication mechanisms. The pain is early in development but pays off in the end.</p>
<p>So developers &#8211; this is a call to you, go out and build cool stuff with FireEagle!</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/fireeagle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>32.709225 -117.165112</georss:point>
	</item>
		<item>
		<title>Why the iPhone doesn&#8217;t need GPS</title>
		<link>http://highearthorbit.com/why-the-iphone-doesnt-need-gps/</link>
		<comments>http://highearthorbit.com/why-the-iphone-doesnt-need-gps/#comments</comments>
		<pubDate>Tue, 07 Aug 2007 21:22:44 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Geo]]></category>
		<category><![CDATA[Geolocation]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/why-the-iphone-doesnt-need-gps/</guid>
		<description><![CDATA[You may be surprised to hear me say this, but here is it &#8212; the iPhone doesn&#8217;t need GPS. 
Macworld disagrees (via Directions Magazine). Specifically, Macworld said:
Add GPS support &#8230; [the iPhone] would be the ultimate mapping application if it knew where you actually were at all times
They&#8217;re confusing the issue. Geolocation does not mean [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image914" src="http://highearthorbit.com/wp-content/uploads/2007/08/iphonegps.thumbnail.png" alt="iPhoneGPS"  align="right" hspace="5px" vspace="5px" />You may be surprised to hear me say this, but here is it &#8212; the iPhone doesn&#8217;t need GPS. </p>
<p><a href="http://www.macworld.com/2007/07/firstlooks/iphone_wishlist/index.php" title="Macworld: iPhone fixes we want to see">Macworld disagrees</a> (<a href="http://apb.directionsmag.com/archives/3163-Macworld-Says-iPhone-Needs-GPS...A-Truly-Unique-Thought....html">via Directions Magazine</a>). Specifically, Macworld said:</p>
<blockquote><p>Add GPS support &#8230; [the iPhone] would be the ultimate mapping application if it knew where you actually were at all times</p></blockquote>
<p>They&#8217;re confusing the issue. Geolocation does not mean GPS. GPS is a specific technology implementation of getting a location fix. It is also frought with complications that are most apparent in areas that people may use a mobile phone to find out what&#8217;s going on around them &#8211; that being urban areas, indoors, or anywhere that doesn&#8217;t have good sky coverage.</p>
<p>I have an <abbr title="The N95 has GPS">N95</abbr> &#8211; that&#8217;s because I&#8217;m a geo-geek. I wanted to have programmatic access to my precise location so that I could write prototype applications for mapping, geolocation, and so forth. </p>
<p><strong>I am not an average user</strong></p>
<p>In fact, one of the <a href="http://paulhurst.blogspot.com/2007/06/slow-gps-sat-lock-on-n95_12.html" title="Paul Hurst: Slow GPS Sat lock on N95">most</a> <a href="http://www.edparsons.com/?p=451" title="Ed Parsons: Suffering from a a slow N95 GPS?">complained</a> about features in the N95 has been it&#8217;s slow to fix GPS. Nokia finally got it better, from 74 seconds to 57 seconds, with their firmware upgrade.</p>
<p>That&#8217;s still almost 1 minute from turning GPS on (which doesn&#8217;t always happen automatically) to getting a location fix. That&#8217;s also probably in a decently clear area. This is all well and good &#8211; now I can see a moving dot in <a href="http://www.mgmaps.com/" title="MGMaps">MGMaps</a> (though not GoogleMap yet), or precisely geotag my photos.</p>
<p>Another problem with GPS &#8211; it&#8217;s a battery hog. I&#8217;ve killed my battery in several hours when using GPS, and even shorter if I leave the GPS on and indoors &#8211; leaving the processor to be constantly trying to calculate find GPS signals and parse their GOLD-codes (<a href="http://www.kowoma.de/en/gps/signals.htm" title="How GPS Works: Transmitted GPS Signals">read more about how GPS works</a>).</p>
<p>Personally, I get rather frustrated standing there (and anyone else waiting with me more so) staring at my phone, hoping for a fix so I can then take a photo. And remember, I&#8217;m a geek, I live for this pain &#8211; your average user won&#8217;t.</p>
<h3>But I want my geo-aware iPhone!</h3>
<p>My point is, geolocation does not mean having a GPS. There are numerous methods of automatically locating yourself that doesn&#8217;t require listening to satellites 24,000 miles away. </p>
<p>Cell Towers and WiFi are both simple, and accurate, methods of getting your location within 10 feet. This is the type of accuracy you may expect from GPS anyways. But you can get a cellular location or WiFi location in seconds &#8211; not a minute.</p>
<p>It also works indoors &#8211; and best of all (with respect to this post), the current revision of the iPhone has the hardware already. In fact, it would just be a software update to turn on geolocation on the iPhone.</p>
<h3>The future is now</h3>
<p>So I hope to hear less of people bemoaning the iPhone&#8217;s lack of a GPS chip &#8211; and instead ask the more reasonable question &#8220;Why doesn&#8217;t the iPhone do geolocation by cell or WiFi?&#8221; And while you&#8217;re at it, ask that the location gets exposed with Javascript hooks through Safari so web applications can make use of it. </p>
<p>You can still have your geotagged photos (what&#8217;s more interesting, that you were at [-23.538809, -46.618423] or São Paulo, Brazil?), find friends in the area, local pub search, or even maps near me. </p>
<p>If you want to see how something like that works &#8211; install the <a href="http://www.loki.com/" title="Skyhook Wireless Loki">Loki Toolbar</a> &#8211; which uses WiFi Geolocation &#8211; and then go to <a href="http://mapufacture.com/search" title="Mapufacture Search">Mapufacture Search</a> for automatic &#8216;nearby&#8217; searching &#8211; no GPS required. </p>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/why-the-iphone-doesnt-need-gps/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>WiFi Positioning goes mainstream</title>
		<link>http://highearthorbit.com/wifi-positioning-goes-mainstream/</link>
		<comments>http://highearthorbit.com/wifi-positioning-goes-mainstream/#comments</comments>
		<pubDate>Thu, 08 Feb 2007 16:26:15 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Geo]]></category>
		<category><![CDATA[Geolocation]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/wifi-positioning-goes-mainstream/</guid>
		<description><![CDATA[GigaOM is carrying the story about SkyHook&#8217;s WiFi positioning technology will be integrated into SiRF&#8217;s next generation GPS chips. 
What this means is that hardware devices will be able to use a single solution to get both GPS Satellite positioning as well as WiFi positioning, essentially providing both a clear sky and urban-canyon/indoor positioning solution. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://gigaom.com/2007/02/08/skyhook-sirf/">GigaOM is carrying the story about</a> SkyHook&#8217;s WiFi positioning technology will be integrated into SiRF&#8217;s next generation GPS chips. </p>
<p>What this means is that hardware devices will be able to use a single solution to get both GPS Satellite positioning as well as WiFi positioning, essentially providing both a clear sky and urban-canyon/indoor positioning solution. </p>
<p>Therefore, these devices will be able to rely on positioning regardless of the visibility of the user to the sky &#8211; and provide LBS with a higher reliability. </p>
<p>There&#8217;s no word on when the first devices (looks like an iRiver media player) will roll out &#8211; or what their interface to applications will look like (single &#8220;what is my location?&#8221; queries?), but whatever it is, it will no doubt be very exciting. </p>
<p class="tags">Tags: <a href="http://technorati.com/tag/sirf" title="See the Technorati tag page for 'sirf'." rel="tag">sirf</a>, <a href="http://technorati.com/tag/gps" title="See the Technorati tag page for 'gps'." rel="tag">gps</a>, <a href="http://technorati.com/tag/wifi" title="See the Technorati tag page for 'wifi'." rel="tag">wifi</a>, <a href="http://technorati.com/tag/loki" title="See the Technorati tag page for 'loki'." rel="tag">loki</a>, <a href="http://technorati.com/tag/skyhook" title="See the Technorati tag page for 'skyhook'." rel="tag">skyhook</a>, <a href="http://technorati.com/tag/iriver" title="See the Technorati tag page for 'iriver'." rel="tag">iriver</a>, <a href="http://technorati.com/tag/geo" title="See the Technorati tag page for 'geo'." rel="tag">geo</a>, <a href="http://technorati.com/tag/positioning" title="See the Technorati tag page for 'positioning'." rel="tag">positioning</a>, <a href="http://technorati.com/tag/geolocation" title="See the Technorati tag page for 'geolocation'." rel="tag">geolocation</a></p>]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/wifi-positioning-goes-mainstream/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPod/Nike kit hacking &amp; hype</title>
		<link>http://highearthorbit.com/ipodnike-kit-hacking-hype/</link>
		<comments>http://highearthorbit.com/ipodnike-kit-hacking-hype/#comments</comments>
		<pubDate>Sat, 02 Dec 2006 19:31:11 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[GPS]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Geolocation]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/ipodnike-kit-hacking-hype/</guid>
		<description><![CDATA[The iPod/Nike kit is a really interesting use of some fairly new technology made really easy for most any person to just pick up and start using. Based on experimenting by devs/hackers, they&#8217;ve figured out how to pick up the RFID connection through their own devices, something that was very apparently possible from the moment [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.apple.com/ipod/nike/">iPod/Nike kit</a> is a really interesting use of some fairly new technology made really easy for most any person to just pick up and start using. Based on experimenting by devs/hackers, they&#8217;ve figured out how to <a href="http://www.wired.com/news/technology/0,72202-0.html?tw=wn_technology_5">pick up the RFID connection through their own devices</a>, something that was very apparently possible from the moment the kit was announced.</p>
<p>There are all kinds of really neat things you can do with such a simple tracking device for pedometry (relative distance when GPS/cell geolocation falls out), location (you are at any number of places a sensor station is setup), tracking devices in races (they use expensive/proprietary tracking devices now), and so on.</p>
<p>But leave it to the media to do a hype piece and scare tactic on the cool technology. Here is a <a href="http://www.cnn.com/video/player/player.html?url=/video/tech/2006/12/01/wilkinson.ipod.privacy.king">CNN video on the &#8220;bad things&#8221; you can do with it</a>.</p>
<p>While the information and knowledge is good, they could have done better in talking about how useful it is, the potentially good and interesting things you can do with it, but also be aware of&#8230;</p>
<p class="tags">Tags: <a href="http://technorati.com/tag/geo" title="See the Technorati tag page for 'geo'." rel="tag">geo</a>, <a href="http://technorati.com/tag/neogeography" title="See the Technorati tag page for 'neogeography'." rel="tag">neogeography</a>, <a href="http://technorati.com/tag/mapping" title="See the Technorati tag page for 'mapping'." rel="tag">mapping</a>, <a href="http://technorati.com/tag/geolocation" title="See the Technorati tag page for 'geolocation'." rel="tag">geolocation</a>, <a href="http://technorati.com/tag/gps" title="See the Technorati tag page for 'gps'." rel="tag">gps</a>, <a href="http://technorati.com/tag/nike" title="See the Technorati tag page for 'nike'." rel="tag">nike</a>, <a href="http://technorati.com/tag/ipod" title="See the Technorati tag page for 'ipod'." rel="tag">ipod</a>, <a href="http://technorati.com/tag/sportkit" title="See the Technorati tag page for 'sportkit'." rel="tag">sportkit</a>, <a href="http://technorati.com/tag/apple" title="See the Technorati tag page for 'apple'." rel="tag">apple</a>, <a href="http://technorati.com/tag/cnn" title="See the Technorati tag page for 'cnn'." rel="tag">cnn</a>, <a href="http://technorati.com/tag/" title="See the Technorati tag page for ''." rel="tag"></a></p>]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/ipodnike-kit-hacking-hype/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geo Games</title>
		<link>http://highearthorbit.com/geo-games/</link>
		<comments>http://highearthorbit.com/geo-games/#comments</comments>
		<pubDate>Tue, 28 Nov 2006 18:18:45 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Geo]]></category>
		<category><![CDATA[Geolocation]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/geo-games/</guid>
		<description><![CDATA[Brady on O&#8217;Reilly Radar posted about Backseat Playground, a geolocation based game that tracks the location of a car and gives clues along the way for various mysteries and puzzles. (originally via Engadet who found it via The Raw Feed)
The research is sponsored by Microsoft and the Ordinance Survey, obviously both very large organizations that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://radar.oreilly.com/archives/2006/11/backseat_playground.html">Brady on O&#8217;Reilly Radar</a> posted about <a href="http://www.tii.se/mobility/BSP/index.htm">Backseat Playground</a>, a geolocation based game that tracks the location of a car and gives clues along the way for various mysteries and puzzles. (originally via <a href="http://feeds.engadget.com/~r/weblogsinc/engadget/~3/54655696/">Engadet</a> who found it via <a href="http://www.therawfeed.com/2006/11/in-car-vr-gaming-uses-gps-calls-your.html">The Raw Feed</a>)</p>
<p>The research is sponsored by Microsoft and the Ordinance Survey, obviously both very large organizations that want to find commercial uses for their data/services. </p>
<p>Like the <a href="http://www.comeoutandplay.org">Come Out &#038; Play</a> festival, geolocation games can become much more common as devices come with Geolocation technology built-in, whether it be by GPS, WiFi, Cell, or whatever. </p>
<p>Are geolocated games the cure for the modern sloth of gaming? The Nintendo Wii already has gamers <a href="http://www.penny-arcade.com/comic/2006/11/13" title="Penny Arcade: You Know It To Be True">bowling in their living rooms</a>. </p>
<p>Now if you can create great platforms for people to easily develop their own games, say by making waypoint, boundaries, rules, targets, objectives. And possibly use Splines/Blogjects to leave as markers, treasure, icons, etc. that users would carry around, pass off, leave, find, etc. Just wrap a nice story around it: buried treasure, Trouble with Tribbles, Pac-Man, Hunt the Wumpus etc. Really, you could probably take any old-skool game and make it into a really great geolocation game.</p>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/geo-games/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arise the Geo bubble</title>
		<link>http://highearthorbit.com/arise-the-geo-bubble/</link>
		<comments>http://highearthorbit.com/arise-the-geo-bubble/#comments</comments>
		<pubDate>Wed, 25 Oct 2006 22:01:41 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[GeoRSS]]></category>
		<category><![CDATA[Geolocation]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/arise-the-geo-bubble/</guid>
		<description><![CDATA[With the rise of geographic-interest via map mashups, mobile location, and geotags, there is now a slew of sites rising up to start aggregating and collecting all the of the localized information and news. 
PlaceBlogger is apparently just about to start. It&#8217;s an aggregation of localized blogs. Blogs with posts about specific locations, like the [...]]]></description>
			<content:encoded><![CDATA[<p>With the rise of geographic-interest via map mashups, mobile location, and geotags, there is now a slew of sites rising up to start aggregating and collecting all the of the localized information and news. </p>
<p><a href="http://placeblogger.com/" title="PlaceBlogger">PlaceBlogger</a> is apparently just about to start. It&#8217;s an aggregation of localized blogs. Blogs with posts about specific locations, like the neighborhood or suburb rather than just a larger metro area &#8211; dubbed <em>hyperlocal</em>. You can see a <a href="http://fig.com/lisatmh/PlaceblogHome.r3.png" title="Placeblogger mockup">mockup here</a>. It&#8217;s like a Yahoo frontpage, but centered around neighborhoods or areas of interest. (<a href="http://susanmernit.blogspot.com/2006/10/placeblogging-gets-new-start-ups-or.html" title="Susan Mernit: Placeblogging gets new start-ups or Local will not die">via Susan Mernit</a</p>
<p>Another site is <a href="http://outside.in" title="Outside.in">outside.in</a> (<a href="http://www.stevenberlinjohnson.com/2006/10/introducing_out.html" title="Steven Berlin Johnson">read the announcement and some thoughts here</a>) which is already released and has data. At first it wasn&#8217;t quite apparent how to start contributing to the site or marking up locations. They refer to the GMAP format, but I&#8217;m not sure what that really means. </p>
<p>All of these sites and tools are really exciting. This is the purpose behind tools I&#8217;ve been working on like <a href="http://georss.org/geopress" title="GeoPress">GeoPress</a> and <a href="http://mapufacture.com">Mapufacture</a>. I hope these other local-news aggregators also use and support broader, open formats that we can all share and play along together. </p>
<p>Also check out <a href="http://locoblog.com" title="LocoBlog">LocoBlog</a>, which is a mobile-phone blogging application and site as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/arise-the-geo-bubble/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Geo your Wiki</title>
		<link>http://highearthorbit.com/geo-your-wiki/</link>
		<comments>http://highearthorbit.com/geo-your-wiki/#comments</comments>
		<pubDate>Wed, 04 Oct 2006 19:25:26 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Geolocation]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/geo-your-wiki/</guid>
		<description><![CDATA[Rui Carmo of Tao of Mac has a good rundown of what the &#8220;found nugget&#8221; of Google url in iPhoto means. Really, very little. Besides, being a programmer, I toss in all kinds of little bits for testing and &#8220;look, cool!&#8221; internal playing that has nothing to do with any official partnerships/dealings. 
I mean, I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://the.taoofmac.com/space/blog/2006-10-04" title="Tao of Mac: The Apple+Google Hype, iPhoto, and a Reality Check">Rui Carmo of Tao of Mac</a> has a good rundown of what the &#8220;found nugget&#8221; of Google url in iPhoto means. Really, very little. Besides, being a programmer, I toss in all kinds of little bits for testing and &#8220;look, cool!&#8221; internal playing that has nothing to do with any official partnerships/dealings. </p>
<p>I mean, I&#8217;m all for an Apple device that supports geolocation via GPS, Wifi, moss growth, Fido&#8217;s nose. Bring it on, I will buy.</p>
<p>However, the neat thing I did like about Rui&#8217;s post was a short demo of how easy it is to add Geographic coordinates and links to a Wiki:</p>
<p>Put </p>
<p><code>Geo http://maps.google.com/maps?t=k&#038;q=</code> </p>
<p>in your <a href="http://meta.wikimedia.org/wiki/Help:Interwiki_linking" title="Wikimedia InterWikiMap">InterWikiMap</a>, and then you can put:</p>
<p><code>[Sample|Geo:42.4376472, -83.4727 (Northville, MI)]</code>  </p>
<p>to embed a location. </p>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/geo-your-wiki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Plazes</title>
		<link>http://highearthorbit.com/mobile-plazes/</link>
		<comments>http://highearthorbit.com/mobile-plazes/#comments</comments>
		<pubDate>Sat, 19 Aug 2006 20:14:12 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Geolocation]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Plazes]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/mobile-plazes/</guid>
		<description><![CDATA[Plazes released a Mobile Plazer. They are using cell-tower geolocation, similar to GSMLoc. It will be interesting to see how they handle many locations belonging to a single Celltower location, as well as cell-towers being carrier specific. 
They address the issue in their FAQ:

After setting a Plaze the first time (e.g. by entering an address), [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://blog.plazes.com/?p=116'>Plazes released</a> a <a href='http://beta.plazes.com/tools/mobile.php' title='Mobile Plazer'>Mobile Plazer</a>. They are using cell-tower geolocation, similar to <a href='http://gsmloc.com' title='GSMLoc project'>GSMLoc</a>. It will be interesting to see how they handle many locations belonging to a single Celltower location, as well as cell-towers being carrier specific. </p>
<p>They address the issue in their FAQ:</p>
<blockquote><p>
After setting a Plaze the first time (e.g. by entering an address), it was necessary to enter an address again the next time I started the application at the same location. Why?</p>
<p>A newly discovered Plaze is bound to the GSM cell tower your mobile was connected to. The areas of cell towers overlap, so sometimes your mobile is connected to a different tower at the same location. Simply enter an address an set the Plaze a second time, then Plazes knows both cell towers and it will work better next time.
</p></blockquote>
<p>This is really cool. Geolocation by mobile without a GPS system is key to Location-Based technologies to take off and be generally accepted. Plazes is leading the edge of the community-based geolocated networks. Now time to build some services on top of their framework. </p>
<p>- via <a href='http://bergie.iki.fi/blog/plazes-is-now-mobile.html' title='Henri Bergius' Weblog'>Henri Bergius</a></p>
<p class="tags">Tags: <a href="http://technorati.com/tag/plazes" title="See the Technorati tag page for 'plazes'." rel="tag">plazes</a>, <a href="http://technorati.com/tag/mobile" title="See the Technorati tag page for 'mobile'." rel="tag">mobile</a>, <a href="http://technorati.com/tag/geolocation" title="See the Technorati tag page for 'geolocation'." rel="tag">geolocation</a>, <a href="http://technorati.com/tag/location" title="See the Technorati tag page for 'location'." rel="tag">location</a>, <a href="http://technorati.com/tag/gsm" title="See the Technorati tag page for 'gsm'." rel="tag">gsm</a>, <a href="http://technorati.com/tag/gsmloc" title="See the Technorati tag page for 'gsmloc'." rel="tag">gsmloc</a>, <a href="http://technorati.com/tag/" title="See the Technorati tag page for ''." rel="tag"></a></p>]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/mobile-plazes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hype Analysis of Location-Aware technology</title>
		<link>http://highearthorbit.com/hype-analysis-of-location-aware-technology/</link>
		<comments>http://highearthorbit.com/hype-analysis-of-location-aware-technology/#comments</comments>
		<pubDate>Tue, 15 Aug 2006 03:57:39 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Geolocation]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/hype-analysis-of-location-aware-technology/</guid>
		<description><![CDATA[The Gartner Hype Report has some interesting analysis of where various technologies currently lie along the hype curve.
Particularly interesting to me is the analysis of LBS. 

Location-aware technologies should hit maturity in less than two years. Location-aware technology is the use of GPS (global positioning system), assisted GPS (A-GPS), Enhanced Observed Time Difference (EOTD), enhanced [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://highearthorbit.com/wp-content/uploads/2006/08/2006hypecycle.thumbnail.jpg' title='Gartner Hype Cycle' align='right' hspace='5px' vspace='5px'/>The <a href='http://www.gartner.com/it/page.jsp?id=495475' title='Gartner Hype Report'>Gartner Hype Report</a> has some interesting analysis of where various technologies currently lie along the hype curve.</p>
<p>Particularly interesting to me is the analysis of <a href='http://del.icio.us/nilspace/lbs' title='del.icio.us tag: LBS'>LBS</a>. </p>
<blockquote><p>
Location-aware technologies should hit maturity in less than two years. Location-aware technology is the use of GPS (global positioning system), assisted GPS (A-GPS), Enhanced Observed Time Difference (EOTD), enhanced GPS (E-GPS), and other technologies in the cellular network and handset to locate a mobile user.</p>
<p>Location-aware applications will hit mainsteam adoption in the next two to five years.
</p></blockquote>
<p>Nextel phones in the US already have exposed the location API to <a href='http://www.mologogo.com/' title='mologogo'>developers</a>. Lots of other devices are using them now for <a href='http://dodgeball.com' title='Dodgeball'>finding friends</a> or <a href='http://www.geovector.com/' title='GeoVector Homepage'>getting info on various locations</a>.</p>
<p>Interesting, they also state that maintstream adoption of the semantic web is five to ten years away. I&#8217;m surprised that they predict so far out with the growing support for Microformats and other semantic technologies that are being <a href='http://microformats.org/blog/2006/06/21/yahoo-local-supports-microformats/' title='Technorati Blog: Yahoo Local Supports Microformats'>used by Yahoo</a>, <a href='http://technorati.com' title='Technorati'>Technorati</a>, and search engines such as <a href='http://swoogle.umbc.edu/' title='Swoogle Search Engine'>Swoogle</a> which require content to already exist in order to have something to search. See the article <a href='http://www.geospatialsemanticweb.com/2006/08/14/pinging-the-semantic-web' title='Geospatial Semantic Web Blog: Pinging the Semantic Web'>Geospatial Semantic Web Blog: Pinging the Semantic Web</a> for some more discussion on how to spread the use of the semantic web using ping services</p>
<p class="tags">Tags: <a href="http://technorati.com/tag/geolocation" title="See the Technorati tag page for 'geolocation'." rel="tag">geolocation</a>, <a href="http://technorati.com/tag/location" title="See the Technorati tag page for 'location'." rel="tag">location</a>, <a href="http://technorati.com/tag/lbs" title="See the Technorati tag page for 'lbs'." rel="tag">lbs</a>, <a href="http://technorati.com/tag/mobile" title="See the Technorati tag page for 'mobile'." rel="tag">mobile</a>, <a href="http://technorati.com/tag/gps" title="See the Technorati tag page for 'gps'." rel="tag">gps</a>, <a href="http://technorati.com/tag/hype" title="See the Technorati tag page for 'hype'." rel="tag">hype</a>, <a href="http://technorati.com/tag/gartner" title="See the Technorati tag page for 'gartner'." rel="tag">gartner</a>, <a href="http://technorati.com/tag/mologogo" title="See the Technorati tag page for 'mologogo'." rel="tag">mologogo</a>, <a href="http://technorati.com/tag/dodgeball" title="See the Technorati tag page for 'dodgeball'." rel="tag">dodgeball</a>, <a href="http://technorati.com/tag/geovector" title="See the Technorati tag page for 'geovector'." rel="tag">geovector</a>, <a href="http://technorati.com/tag/swoogle" title="See the Technorati tag page for 'swoogle'." rel="tag">swoogle</a>, <a href="http://technorati.com/tag/semantic" title="See the Technorati tag page for 'semantic'." rel="tag">semantic</a>, <a href="http://technorati.com/tag/microformats" title="See the Technorati tag page for 'microformats'." rel="tag">microformats</a>, <a href="http://technorati.com/tag/ping" title="See the Technorati tag page for 'ping'." rel="tag">ping</a>, <a href="http://technorati.com/tag/" title="See the Technorati tag page for ''." rel="tag"></a></p>]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/hype-analysis-of-location-aware-technology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Indoor location tracking projects</title>
		<link>http://highearthorbit.com/indoorwifi-tracking-projects/</link>
		<comments>http://highearthorbit.com/indoorwifi-tracking-projects/#comments</comments>
		<pubDate>Wed, 19 Jul 2006 17:28:20 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Geolocation]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/indoorwifi-tracking-projects/</guid>
		<description><![CDATA[SlashGeo picked up on a recent Geowanking mailing list discussion of indoor location tracking options. I decided to pull all of the responses together into a single list for easy clickage.
I would also suggest checking out and/or subscribing to bookmark lists like http://del.icio.us/tag/geolocation+wifi. 
Wifi Positioning Technologies

PlaceLab
Intel R&#038;D lab, have a large number of papers, software, [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://industry.slashgeo.org/article.pl?sid=06/07/19/1619204' title='SlashGeo Article'>SlashGeo</a> picked up on a recent <a href='http://lists.burri.to/pipermail/geowanking/2006-July/002740.html' title='[Geowanking] WiFi Positioning' rel='me'>Geowanking mailing list discussion</a> of indoor location tracking options. I decided to pull all of the responses together into a single list for easy clickage.</p>
<p>I would also suggest checking out and/or subscribing to bookmark lists like <a href='http://del.icio.us/tag/geolocation+wifi'>http://del.icio.us/tag/geolocation+wifi</a>. </p>
<h2>Wifi Positioning Technologies</h2>
<dl>
<dt><a href='http://www.placelab.org/' title='PlaceLab homepage'>PlaceLab</a></dt>
<dd>Intel R&#038;D lab, have a large number of papers, software, and dbs on location using wifi and other techniques</dd>
<dt><a href='http://loki.com'>Loki</a></dt>
<dd>Commercial company (part of Skyhook Wireless) that has a Windows client</dd>
<dt><a href='http://www.navizon.com'>Navizon</a></dt>
<dd>another commercial option, GPS/GSM/Wifi and clients for variety of<br />
mobile devices</dd>
<dt><a href='http://plazes.com'>Plazes</a></dt>
<dd>social network using geolocation techniques</dd>
<dt><a href='http://www.herecast.com/ '>Herecast</a></dt>
<dd>Open infrastructure with a community built database</dd>
<dt><a href='http://research.microsoft.com/~padmanab/'>Microsoft Research RADAR</a></dt>
<dd>An In-Building RF-Based User Location and Tracking System. There is a package for people who may beinterested in using RADAR and that the package includes source code. It should be easy to obtain coming from a university.
</dd>
<dt><a href='http://indoorlbs.com/GPSprojects.html'>HawkTour: A Mobile, Context-Aware Tour Guide System</a></dt>
<dd>HawkTour, installed on a TabletPC, allows visitors to tour the IIT main campus and learn about the university including its world-renowned architecture, excellent academic programs, and student life. </dd>
<dt><a href='http://uwtv.org/programs/displayevent.asp?rid=2594'>Location Estimation for Activity Recognition</a></dt>
<dd>University of Washington video where Dieter Fox illustrates how Bayesian filtering can be applied to estimate the location of a person using sensors such as GPS, infrared, or WiFi.</dd>
<dt><a href='http://www.ekahau.com/?id=4500'>Ekahau</a></dt>
<dd>this might be the most popular WiFi positioning system</dd>
<dt><a href='http://www.pangonetworks.com/Products/products.htm'>PanGo Locator</a></dt>
<dd>Wi-Fi-based, active RFID wireless asset tracking solution </dd>
<dt><a href='http://www.wherenet.com/products_wherelan.shtml'>WhereNet</a></dt>
<dd>Using TDOA measurement rather than Signal Strength, hence<br />
the standard 802.11 AP and NIC can not be used.</dd>
<dt><a href='http://www.ece.wpi.edu/Research/PPL/'>WPI Precision Indoor/Outdoor Personnel Location Project</a></dt>
<dd>The overall goal of this project is to protect the lives of emergency responders and to enhance their ability to accomplish their missions through research and development of systems for personnel location and tracking, physiological status monitor</dd>
</dl>
<h2>Citation</h2>
<p>These links came from the following contributors:</p>
<ul>
<li><a href='http://highearthorbit.com' rel="me">Andrew Turner</a> &#8211; aka &#8216;me&#8217;</li>
<li><a href='indoorlbs.com'>Kris Kolodziej</a></li>
<li><a href='http://mateusz.loskot.net'>Mateusz Loskot</a></li>
<li>Binghao Li</li>
<li><a href='www.iftf.org/people/mliebhold.html' title='Institute for the Future page for MikeLiebhold'>Mike Liebhold</a></li>
</ul>
<p>Please feel free to let me know of any more that you may know of.</p>
<p><!-- technorati tags start -->
<div style="text-align:right;font-size:10px;">Tags: <a href="http://www.technorati.com/tag/geolocation" rel="tag">geolocation</a>, <a href="http://www.technorati.com/tag/location" rel="tag">location</a>, <a href="http://www.technorati.com/tag/tracking" rel="tag">tracking</a>, <a href="http://www.technorati.com/tag/gps" rel="tag">gps</a>,<a href="http://www.technorati.com/tag/wifi" rel="tag">wifi</a>, <a href="http://www.technorati.com/tag/positioning" rel="tag">positioning</a>, <a href="http://www.technorati.com/tag/geowanking" rel="tag">geowanking</a>, <a href="http://www.technorati.com/tag/list" rel="tag">list</a>, <a href="http://www.technorati.com/tag/indoor" rel="tag">indoor</a></div>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/indoorwifi-tracking-projects/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>GeoNames supports reverse geocoding</title>
		<link>http://highearthorbit.com/geonames-supports-reverse-geocoding/</link>
		<comments>http://highearthorbit.com/geonames-supports-reverse-geocoding/#comments</comments>
		<pubDate>Mon, 26 Jun 2006 13:21:04 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Geolocation]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/geonames-supports-reverse-geocoding/</guid>
		<description><![CDATA[GeoNames is YAG (yet another geocoder), but behind the curtains lie many cool features. The most unique of which is a reverse geocoder. 
Reverse geocoding is converting Latitude &#038; Longitude to a place name. This is the other side of the mirror from traditional geocoding, which converts a place name into latitude &#038; longitude. Why [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.geonames.org/'>GeoNames</a> is YAG (yet another geocoder), but behind the curtains lie many cool features. The most unique of which is a reverse geocoder. </p>
<p>Reverse geocoding is converting Latitude &#038; Longitude to a place name. This is the other side of the mirror from traditional geocoding, which converts a place name into latitude &#038; longitude. Why would someone want to reverse geocode you ask? With reverse geocoding you can convert your GPS tracklogs into meaningful locations easily, or allow users to click on a map and get back actual location of where they&#8217;re clicking.</p>
<p>The <a href='http://www.geonames.org/export/'>GeoNames API</a> provides an interface for getting nearby postal codes, country, or most specific: place names.</p>
<h2>Example</h2>
<p>HighEarthOrbit offices: <code>http://ws.geonames.org/findNearbyPlaceName?lat=42.4266&#038;lng=-83.4931&#038;style=full</code></p>
<p>returns:</p>
<pre>
&lt;geonames&gt;
  &lt;geoname&gt;
    &lt;name&gt;Northville&lt;/name&gt;
    &lt;lat&gt;42.43111&lt;/lat&gt;
    &lt;lng&gt;-83.48333&lt;/lng&gt;
    &lt;geonameid&gt;5003956&lt;/geonameid&gt;
    &lt;countrycode&gt;US&lt;/countrycode&gt;
    &lt;countryname&gt;United States&lt;/countryname&gt;
    &lt;fcl&gt;P&lt;/fcl&gt;
    &lt;fcode&gt;PPL&lt;/fcode&gt;
    &lt;fclname&gt;city, village,...&lt;/fclname&gt;
    &lt;fcodename&gt;populated place&lt;/fcodename&gt;
    &lt;population&gt;6360&lt;/population&gt;
    &lt;elevation&gt;252&lt;/elevation&gt;
    &lt;admincode1&gt;MI&lt;/admincode1&gt;
    &lt;adminname1&gt;Michigan&lt;/adminname1&gt;
    &lt;admincode2 /&gt;
    &lt;adminname2 /&gt;
  &lt;/geoname&gt;
&lt;/geonames&gt;
</pre>
<h2>The whole geo-enchilada</h2>
<p>Lastly, to make you really feel warm and good inside, the GeoNames database is provided for direct download under a <a href='http://creativecommons.org/licenses/by/2.5/'>Creative Commons Attribution license</a>. Yum, free data. </p>
<p>See <a href='http://geonames.wordpress.com/2006/06/25/tiger-line-reverse-geocoder/'>the GeoNames Blog post</a> about it.</p>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/geonames-supports-reverse-geocoding/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Metacarta Parsing FoFRedux</title>
		<link>http://highearthorbit.com/metacarta-parsing-fofredux/</link>
		<comments>http://highearthorbit.com/metacarta-parsing-fofredux/#comments</comments>
		<pubDate>Mon, 19 Jun 2006 12:33:32 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[FoFRedux]]></category>
		<category><![CDATA[Geolocation]]></category>
		<category><![CDATA[Mashup]]></category>
		<category><![CDATA[Metacarta]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/metacarta-parsing-fofredux/</guid>
		<description><![CDATA[I mentioned Metacarta last week after I saw their presentation at Where2.0.
They mentioned having a public GeoParser API available for developers to play around with. So I passed in one of the output feeds from FoFRedux (a feed aggregator that supports GeoRSS) through the Metacarta GeoParser to produce a map of locations that show up [...]]]></description>
			<content:encoded><![CDATA[<p>I <a href='http://highearthorbit.com/where20-metacarta/'>mentioned</a> <a href='http://metacarta.com' title='Metacarta Homepage'>Metacarta</a> last week after I saw their presentation at Where2.0.</p>
<p>They mentioned having a <a href='http://labs.metacarta.com/GeoParser/documentation.html'>public GeoParser API</a> available for developers to play around with. So I passed in one of the output feeds from <a href='http://fofredux.sf.net'>FoFRedux</a> (a feed aggregator that supports GeoRSS) through the <a href='http://metacarta.com' title='Metacarta Homepage'>Metacarta</a> GeoParser to produce a map of locations that show up in my feeds. </p>
<p>FoFRedux -> Metacarta Example: <a href='http://labs.metacarta.com/GeoParser/?output=png&#038;clear_cache=1&#038;width=1024&#038;height=768&#038;url=http://code.highearthorbit.com/fofredux/fofredux_head/rss.php?feed=9'>SlashDot article locations</a></p>
<p>So now you can use a feed aggregator to display, say locations of articles and posts for your friends feeds. Or locations of Flickr photos, or even UPS/Fedex package tracking. The example just shows the image output, but the <a href='http://labs.metacarta.com/GeoParser/documentation.html'>GeoParser</a> can output GML or GeoMarkup XML, and JSON for better intergration into other applications. </p>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/metacarta-parsing-fofredux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Eye-Fi &#8211; gps camera, easy</title>
		<link>http://highearthorbit.com/eye-fi-gps-camera-easy/</link>
		<comments>http://highearthorbit.com/eye-fi-gps-camera-easy/#comments</comments>
		<pubDate>Wed, 14 Jun 2006 23:38:02 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Geolocation]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/eye-fi-gps-camera-easy/</guid>
		<description><![CDATA[Eye-Fi produces a card, Eye-Film, that is an SD card that can geolocate photos taken on it. This is an incredibly smart and easy way to add location to photos and still use any camera you choose. It does this by measuring the Wifi signals in the area and talking to Loki (no, not that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.eye.fi/" title="Eye-Fi homepage">Eye-Fi</a> produces a card, Eye-Film, that is an SD card that can geolocate photos taken on it. This is an incredibly smart and easy way to add location to photos and still use any camera you choose. It does this by measuring the Wifi signals in the area and talking to <a href="http://loki.com" title="Loki homepage">Loki</a> (no, not <a href="http://en.wikipedia.org/wiki/Loki" title="Loki on Wikipedia">that one</a>) </p>
<p>Unfortunately, it&#8217;s not available until Fall 2006.</p>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/eye-fi-gps-camera-easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A monolithic or flexible geo-tool?</title>
		<link>http://highearthorbit.com/a-monolithic-or-flexible-geo-tool/</link>
		<comments>http://highearthorbit.com/a-monolithic-or-flexible-geo-tool/#comments</comments>
		<pubDate>Sun, 11 Jun 2006 19:16:02 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[GeoRSS]]></category>
		<category><![CDATA[Geolocation]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/a-monolithic-or-flexible-geo-tool/</guid>
		<description><![CDATA[What I really need and want is a really flexible and useful &#8220;geo-tool&#8221; software application.
I have been gathering a lot of waypoints, tracks, location histories, notes, geo-photographs, etc. Yet when I want to put my location in a blog post, an email, a website, an article, or add metadata to a file, I have to [...]]]></description>
			<content:encoded><![CDATA[<p>What I really need and want is a really flexible and useful &#8220;geo-tool&#8221; software application.</p>
<p>I have been gathering a lot of waypoints, tracks, location histories, notes, geo-photographs, etc. Yet when I want to put my location in a blog post, an email, a website, an article, or add metadata to a file, I have to dig through many programs, files, and then copy and paste. Perhaps even convert between DMS and DDMMSS.</p>
<p>This application should be enable me to store my waypoints and tracks. These would either be loaded from GPX files, hand entered, CSV files, drawn on a map, or geolocated by an street address. In addition, these tracks and waypoints could have time component.</p>
<p>I can then add notes or photographs to these locations and tracks, share these with friends, or easily search for things like &#8220;what photos have I taken in Southern Germany before 2004?&#8221;, or &#8220;what&#8217;s a good 3-5 mile hike I&#8217;ve done?&#8221;</p>
<p>Lastly, this tool would easily allow me to do local searches, enter the location latitude/longitude, address, or track information into text fields, as GeoRSS, XML, Microformat, or anything else. Place it directly on my clipboard for pasting, or pop-up a window with the information for me to edit, fill-in, then copy and paste. Or provide a Mac OS X service/hotkey that I would quickly enter this information into the current field in a program, or website.</p>
<p>Any other ideas on what this type of application should do or look-like? Is it a web-application? A <em>desktop</em> application would let me use it &#8220;in the field&#8221; where I may not have net access. So it could run a local-webserver if that were the case. But my data would have to be able to be private, though shareable is nice too. I could <em>bundle</em> up a track and photos/notes and send them to a friend or post them to a webpage.</p>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/a-monolithic-or-flexible-geo-tool/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Going to Where?</title>
		<link>http://highearthorbit.com/going-to-where/</link>
		<comments>http://highearthorbit.com/going-to-where/#comments</comments>
		<pubDate>Wed, 31 May 2006 21:36:08 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Geolocation]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Maps]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/going-to-where/</guid>
		<description><![CDATA[So, I&#8217;ll be making it to the Where 2.0 conference coming up in San Jose, CA, June 13-14. I&#8217;m super excited to meet a lot of people I&#8217;ve corresponded with, but haven&#8217;t had the chance to meet yet. The Where 2.0 program looks really good. Some developers are even offering various internal organs to go.
I [...]]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;ll be making it to the Where 2.0 conference coming up in San Jose, CA, June 13-14. I&#8217;m super excited to meet a lot of people I&#8217;ve corresponded with, but haven&#8217;t had the chance to meet yet. The <a href="'http://conferences.oreillynet.com/pub/w/47/program.html'">Where 2.0 program</a> looks really good. Some developers are even <a href="http://www.postneo.com/2006/05/29/where-20-madmen-or-pure-genius" title="GeoRSS Blog">offering various internal organs</a> to go.</p>
<p>I agree with <a href="http://www.postneo.com/2006/05/29/where-20-madmen-or-pure-genius" title="Matt Croydon's take">Matt Croydon&#8217;s take</a> on the 5/15-minute presentation schedule. It seems very &#8220;lightning round&#8221;, but also a really good way to get lots of ideas out and then move the interesting discussion to the sideline and various nightly gatherings.</p>
<p>In particular, the Birds of a Feather (BoF) meetings should be great. There is a <a href="http://microformats.org" title="Microformats wiki">Microformats</a> meeting to discuss the possible directions microformat.  also hope to meet with some of the <a href="http://georss.org" title="GeoRSS ">GeoRSS</a> developers and <a href="http://georss.org/blog" title="GeoRSS Blog">bloggers</a>.</p>
<p>I&#8217;ve even secured a place at the Google Geo Developers day on June 12 &#8211; so I should get a chance to show off my <a href="http://whereihadmyfirstkiss.com" title="Where I Had My First Kiss">cool</a> <a href="http://forestimages.org" title="ForestImages Registry Project">mashup</a> projects. Not to mention discussing other possibilities of visualizing geo-specific <a href="http://simcreator.com" title="Realtime Technologies Driving Simulators'">driving simulations</a> in GoogleEarth.</p>
<p>I think my biggest concern about attending is wanting to meet everyone and discuss all the current ideas and possibilities in location information &#38; mapping.</p>
<p>Of course, to get to California, I&#8217;m heading out of Vienna early, by way of Detroit, then on to San Francisco. Yay lots of time on a plane. Here&#8217;s to hoping for flying on something nice like an Airbus 330.</p>
<p><!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://technorati.com/tag/google" rel="tag">google</a>, <a href="http://technorati.com/tag/mapping" rel="tag">mapping</a>, <a href="http://technorati.com/tag/maps" rel="tag">maps</a>, <a href="http://technorati.com/tag/where2.0" rel="tag">where2.0</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/going-to-where/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mesh networks and the beginning of borg</title>
		<link>http://highearthorbit.com/mesh-networks-and-the-beginning-of-borg/</link>
		<comments>http://highearthorbit.com/mesh-networks-and-the-beginning-of-borg/#comments</comments>
		<pubDate>Fri, 19 May 2006 15:03:00 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[GeoRSS]]></category>
		<category><![CDATA[Geolocation]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/mesh-networks-and-the-beginning-of-borg/</guid>
		<description><![CDATA[Last night I got to attend a talk given by Robin Chase, Founder and Former CEO of Zipcar. Her talk was titled &#8220;Sustainable Transportation and Accessibility Research &#038; Transformation&#8221;, where she discussed how to decrease the impact of transportation on the environment and also using new transportation paradigms (such as shared car ownership) as a [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I got to attend a talk given by Robin Chase, Founder and Former CEO of Zipcar. Her talk was titled &#8220;Sustainable Transportation and Accessibility Research &#038; Transformation&#8221;, where she discussed how to decrease the impact of transportation on the environment and also using new transportation paradigms (such as shared car ownership) as a vehicle for bringing out mesh networks.</p>
<p>Mesh networks are simple: everything is a sensor and can connect to other sensors. She referred to it as &#8220;Ad Hoc Wireless networking&#8221;, but I think that confuses the issue, because then people start thinking it just means WiFi everywhere.</p>
<p>What it really means is that all of these sensors and network devices can talk to one another, gather, share, and use information. For example, if every car was a member of the mesh network, they would all share traffic information, road conditions, and driver destination, perhaps. Then your in-dash display would update real-time traffic ahead of you as each of these cars shared their data. Also, you may be able to get internet down the line as you all shared a common network system.</p>
<p>Other examples that have popped up in the past include <a href=http://www.urban-atmospheres.net/Jabberwocky/'>finding potential</a> <a href='http://berkeley.intel-research.net/paulos/research/familiarstranger/'>mates/friends around you</a> by a profile you broadcast, or <a href='http://dailywireless.org/modules.php?name=News&#038;file=article&#038;sid=1317'>tracking birds with RFID</a>. </p>
<p>Of course, now that you have all this data, how do you share it? Robin says she envisions all of this being built on open-source technologies, to allow for &#8220;innovation&#8221; (aka &#8216;good hacking&#8217;). Open standards like <a href='http://georss.org'>GeoRSS</a> could also be used to begin disseminating all of this data as it streams in and share it between devices. See the <a href='http://strange.corante.com/archives/2006/05/19/xtech_2006_mikel_maron_georss.php'>notes on Mikel&#8217;s XTech talk</a> for more inspiration along those lines.</p>
<p>If the devices are cheap (< $100), open-design, and run on open-software, this is a great future. If, however, it is run by proprietary, expensive technology, and closed standards, then you&#8217;ll have a future where you get fast connections in your Ford car from other Ford cars, but no connection to all those BMW&#8217;s or Toyotas on the road. </p>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/mesh-networks-and-the-beginning-of-borg/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Hijacking site functionality</title>
		<link>http://highearthorbit.com/hijacking-site-functionality/</link>
		<comments>http://highearthorbit.com/hijacking-site-functionality/#comments</comments>
		<pubDate>Tue, 16 May 2006 02:38:00 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Geolocation]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Maps]]></category>
		<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/hijacking-site-functionality/</guid>
		<description><![CDATA[A couple of days ago I mentioned some Greasemonkey scripts I wrote. One of them, which I didn&#8217;t discuss, is particularly devious.
What happens when users have the ability to hijack sites and how they expect to be used? For example, there are scripts to provide mapping functionality within Flickr!, or to compare book prices on [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of days ago I <a href='http://highearthorbit.com/greaseroute-mapping-the-web/'>mentioned</a> some Greasemonkey scripts I wrote. One of them, which I didn&#8217;t discuss, is particularly devious.</p>
<p>What happens when users have the ability to hijack sites and how they expect to be used? For example, there are scripts to provide mapping functionality within Flickr!, or to <a href='http://userscripts.com/scripts/show/1311'>compare book prices</a> on Amazon.com with other vendors.</p>
<p><img src='http://highearthorbit.com/wp-images/MapThis.png' alt='MapThis' align='right' hspace='5px' vspace='5px'/><a href='http://userscripts.org/scripts/show/4019'>MapThis!</a> overrides the &#8220;Map This!&#8221; link that shows up in GMail when an address is detected. Instead of linking to just a plain-ol&#8217; googlemap, the link is &#8220;hijacked&#8221; to provide routing directions from the user&#8217;s geolocated position (using <a href='http://hostip.info'>HostIP</a>) to the address in the email.</p>
<p>This is useful, for example, if a friend sends you the address of their house, or that cool roller-rink with disco ball that you&#8217;re meeting up at and you want to quickly get directions.</p>
<p>It also demonstrates how a user isn&#8217;t limited by the interface a site-designer supplied, allowing them to customize and use the site as they wan. </p>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/hijacking-site-functionality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bluelogger GPS</title>
		<link>http://highearthorbit.com/bluelogger-gps/</link>
		<comments>http://highearthorbit.com/bluelogger-gps/#comments</comments>
		<pubDate>Wed, 03 May 2006 17:03:00 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Geolocation]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/bluelogger-gps/</guid>
		<description><![CDATA[For the past several months I&#8217;ve been playing with the Delorme Bluelogger GPS. It&#8217;s a very nice GPS receiver in its own right, but has the unique feature (for BT receivers) of including onboard logging. This is an great feature as it allows me to turn on the unit, toss it in my bag (somewhere [...]]]></description>
			<content:encoded><![CDATA[<p>For the past several months I&#8217;ve been playing with the <a href="http://www.delorme.com/bluelogger/">Delorme Bluelogger GPS</a>. It&#8217;s a very nice GPS receiver in its own right, but has the unique feature (for BT receivers) of including onboard logging. This is an <em>great</em> feature as it allows me to turn on the unit, toss it in my bag (somewhere on top, so it can still get a view of the sky) and forget about it. I don&#8217;t need to grab multiple devices, such as the receiver and a PDA or computer in order to receive and store my GPS waypoints.</p>
<p>This article will give a short overview of how to use the BlueLogger for a variety of applications. I use it primarily for geolocating photographs, but it&#8217;s also nice for any location-based activity. </p>
<p>The Bluelogger comes with the following:</p>
<ul>
<li>Bluelogger device</li>
<li>Carrying case (with belt loop)</li>
<li>Car charger</li>
<li>Wall charger</li>
<li>Charging stand (can work with either car or wall charger)</li>
<li>Bluelogger Windows software</li>
</ul>
<h2>Connecting to GPS</h2>
<p>To connect to the Bluelogger, you will need a bluetooth adapter. Many computers now come with bluetooth built-in or as an add-on option. If this isn&#8217;t the case, I would recommend the <a href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&#038;tag=httphigheacom-20&#038;camp=1789&#038;creative=9325&#038;path=http%3A%2F%2Fwww.amazon.com%2Fgp%2Fproduct%2FB00006B7DB%3Fv%3Dglance%2526n%3D172282">D-Link DBT-120</a><img src="http://www.assoc-amazon.com/e/ir?t=httphigheacom-20&amp;l=ur2&amp;o=1" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />. It&#8217;s probably the <em>only</em> D-Link product I can recommend, but I&#8217;ve had great luck with them, and never run into any device that it hasn&#8217;t worked with (and I have had problems with other BT adapters, especially on my Mac).</p>
<p>Once you have a bluetooth adapter, you will need to setup a connection to the device by pairing them. See your devices&#8217;/operating systems&#8217; manuals on how to do this.</p>
<p>A very slick option is to run <a href="http://gpsd.berlios.de/">gpsd</a>, which is a service-daemon running in the background that allows multiple connections to the single GPS device. Normally, only 1 software instance can connect at a time. With GPSd, you can &#8220;serve&#8221; your location. What would be really cool is to have GPSd be able to connect in with Geolocation by IP or Wifi as well as an actual GPS device to seamlessly switch between location technique.</p>
<p><a href="http://www.versiontracker.com/dyn/moreinfo/macosx/24559">GPSUtility</a> is a nice, compact, graphical GPS application for Mac OS X. It can connect either directly to the GPS bluetooth port, or via gpsd. You can view location, satellite strengths, verbose NMEA output, and speed. </p>
<p><a href="http://kismac.binaervarianz.de/">KisMac</a>, while not a GPS-specific applicaiton, has excellent GPS support. <a href="http://kismac.binaervarianz.de/">KisMac</a> is actually a wireless stumbler, which can also mark the latitude, longitude, and strength of detected networks and plot these on a map.</p>
<h2>Storing &#038; Viewing tracks</h2>
<p>The Bluelogger software (currently Windows only) can export the tracks as GPL files. <a href="http://www.gpsbabel.org/">GPSBabel</a> can convert these to a more useful format, such as GPX, which an XML format for GPS data. </p>
<p>Since using the bluelogger usually entails turning it on and off often, the entire track log will contain many separate trips. <a href="http://www.gpsbabel.org/">GPSBabel</a> supports splitting up tracks based on a time separation. Each segment will be a self-contained track. </p>
<p>The following example will convert a GPL file to a <a href='http://www.topografix.com/gpx_resources.asp'>GPX</a> file, and make a individual track for any separation of 4 hours between points. </p>
<pre>
<code>
$ gpsbabel
  -i gpl -f Track_2005_11_23.gpl
  -x track,pack,split=4h,title="LOG # %c"
  -o gpx -F Track_2005_11_23.gpx
</code>
</pre>
<h2>Displaying tracks</h2>
<p>There are several options for displaying your tracks:</p>
<p><a href="http://highearthorbit.com/projects/map/tracks.html">GPX Tracks</a></p>
<p><a href="http://www.obviously.com/gis/gpx_loader.html">GPXLoader</a></p>
<ul>
<li><a href="http://highearthorbit.com/projects/map/tracks.js">GPX Tracks HTML file</a></li>
</ul>
<h2>GPS and Nokia 770</h2>
<p><a href='http://thoughtfix.blogspot.com'>ThoughtFix</a> has a fairly comprehensive tutorial on <a href='http://thoughtfix.blogspot.com/2006/02/howto-bluetooth-gps-and-gpsdrive-on.html'>setting up GPSDrive with a Bluetooth GPS receiver</a>. They went with the i-Blue High Sensitivity Bluetooth GPS, which looks like a nice unit, but lacks logging.</p>
<h2>Resources</h2>
<ul>
<li><a href="http://www.gpsnavx.com/index.php?page=NMEA">NMEA Protocol fields</a></li>
<li><a href='http://dave.runningland.com/grunninglogs/'>GPS Running Log -> GoogleMap on website</a></li>
<li><a href='http://www.chebucto.ns.ca/~rakerman/geocode-photos.html'>Geocode Photos</a></li>
<li><a href='http://www.robogeo.com/home/'>RoboGeo</a> Windows photo-geocoding</li>
<li><a href='http://oziphototool.alistairdickie.com/'>OziPhotoTool</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/bluelogger-gps/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
