Page 1 of 1

Most efficient way to geotag photos?

PostPosted: Mon Sep 14, 2009 5:17 pm
by thexcat
I'm posting to see what systems people have in place to geotag their photos.

It is rather time consuming to go back and geotag photos after they've been taken.

Has anybody managed to combine their GPS tracks with photos? I'm sure this could be achieved via a perl script or something.

I have a GPS that records my tracks and if I could somehow use this data with my photo stats (time photo was taken) I could maybe automate the geotag process.

I'd imagine future camera generations will have GPS built-in, but who knows how long it will take for this technology to arrive...

Any suggestions/comments welcomed..

PostPosted: Mon Sep 14, 2009 5:37 pm
by blazin
Behold, the future has arrived:

Eye-Fi Geotagging Memory Cards

PostPosted: Mon Sep 14, 2009 5:46 pm
by thexcat
blazin wrote:Behold, the future has arrived:

Eye-Fi Geotagging Memory Cards


This is cool, thanks for link. But I think it geotags via wifi. Therefore, no internet, no gps coords. Right? Which renders it useless if you are in the "great outdoors"!

PostPosted: Mon Sep 14, 2009 6:05 pm
by blazin
Unfortunately, yes. If you're out of network range, it won't work. That makes for rather limited backcountry usefulness, but hopefully GPS-enable memory cards aren't far behind. Maybe this article (link) will be more useful.

PostPosted: Mon Sep 14, 2009 6:15 pm
by thexcat
blazin wrote:Unfortunately, yes. If you're out of network range, it won't work. That makes for rather limited backcountry usefulness, but hopefully GPS-enable memory cards aren't far behind. Maybe this article (link) will be more useful.


Good link! From one of the comments.. looks like google created a program that will do what I'm looking for:

http://code.google.com/p/gpicsync/

PostPosted: Mon Sep 14, 2009 10:39 pm
by Day Hiker
My GPS and camera are separate devices, so I wrote a Visual Basic script to correlate the photo's time stamp with GPS location. To be nit-picky, instead of just using the closest GPS trackpoint timestamp, I interpolated the position when the photo's timestamp is between two trackpoints in time.