How do you use GPS related to your pictures?
Submitted by _admin on Wed, 2005-02-02 16:51
Not at all.
68% (712 votes)
GPS attaches to my camera and is saved in EXIF.
3% (36 votes)
The next camera I buy will have this functinality.
11% (118 votes)
I write down GPS coordinates for shots.
2% (26 votes)
I write down one coordinate per event/session.
1% (10 votes)
I come up with an estimate afterwards.
2% (26 votes)
I take all my pictures from the same place.
1% (13 votes)
I can't give away my location.
10% (109 votes)
Total votes: 1050

while I don''t have a use for gps info in my photos, and probably never will (see last poll answer - i''d rather not give out my location to anyone) ... I think its a good thing that gallery begin supporting it before any of the other photo services do.<br />
<br />
It would also be nice if gallery could generate a mini map of the world, like most gps enabled camera software, with links in the exact locations to photos taken in that area.
I had thought about this a while ago when Geocaching became big (at least mentioned in mainstream media) and though taking pictures that were linked to GPS coordinates would be a Good Thing to try out. This would allow others to go to that spot using their GPS and try to duplicate the photo or even produce a unique photo from the same spot using different techniques. So my choice was it''ll be my next purchase.
Personally I look forward to being able search locations by photos. I''d love to be to paste an address into a search engine and get back photos of it & it''s area.
<p>
I also enjoy being able to see my own photos laid out on a map, it''s gives more information to visual folks then a simple chronological listing.
<p>
To better support geotagging it would help if Gallery were able to read out the appropriate EXIF headers in a photo: <ul>
<li>Longitude
<li>Latitude
<li>Attitude
<li>City
<li>Sublocation
<li>State/Province
<li>Country
<li>Country Code
</ul>
<p>
With that information read it should be straight forward to embed it in a way search engines can find & use it. The two methods that seem most popular are header tags and wrapping the photos themselves.<p>
<i>Brackets converted to avoid mangling</i>
<pre>
[META name="geo.position" content="43.867703;-72.557144"]
[META name="geo.region" content="US-VT"]
[META name="geo.placename" content="South Royalton"]
<pre>
<p>
To wrap a photo in geo tags one popular style is the following (I expect it would fit inside the table code Gallery already has):
<p>
<pre>
span
43.86
-72.55
img
span
</pre>
<p>
Admittedly not every photo is going to be supplying the appropriate information in canonical format but even getting it sorta-wrong is fine as it also means getting it sorta-right, which is good enough for most search purposes.
<p>
Today Google announced their new <a href="http://maps.google.com/">mapping service</a>. They already do photo search and generate local searches. All of the search engines are rushing to do the same. With many Gallery users looking to share their photos explicitly supporting this seems an obvious feature.
<p>
A great free geotagging tool is <a href="http://www.wwmx.org/">World-Wide Media eXchange</a> (WWMX). From Microsoft Research it runs on Windows and uses their Map Point back-end to look up locations & addresses then embed their longitude & Latitude into a JPEG''s EXIF headers. They also host a photo sharing service for photos tagged thus.
<p>
Another great free tool turns tagged photos into web pages with maps: <a href="transmutable.com/93PhotoStreet/">93 Photo Street</a>. Java-based it automagically downloads & uses US Govt. maps for the county being mapped and provides a great example of what Gallery could eventually (down the road) do.
<p>
Finally, lots more resources can be found at <a href="http://locative.us/">http://locative.us/</a>.
This is very interesting, for the past few years I''ve been using Gallery to link my photographs to GPS.<br />
<br />
Try,<br />
http://www.cowphotos.com/gallery/May-20th-2003<br />
<br />
Then follow the photo-properties link. <br />
<br />
I''ve added a couple of lines of code to the photo-properties page to run my own photo location application which returns the location (original photograph date/time is passed from gallery to my own program which uses a waypoint database query based on date/time vs GPS location data I have). <br />
<br />
The location links to a map server, click the link and you find the location of the photo.<br />
<br />
You need to add to the poll, GPS recording by logging location vs date/time and syncing camera clock to GPS clock.<br />
<br />
I''ve been doing this since 1996 and have quite a collection of linked photographs (just a few online).
Off web I use Memory Maps Navigator software which will link photos to map location and provide an icon on the map.