[Talk-us] FL: road trip

Mike N. niceman at att.net
Mon Dec 7 12:46:43 GMT 2009


>i'll see what i can do. i have yet to have much success with the geotagging tools to merge coordinate
data with the raw images from my DSLR.

  JOSM with the AgPifoJ plugin makes this simple.   But for other purposes, I use the following batch file to GeoLocate the image files with the ever useful ExifTool:

  (note: use this with a copy of the files; it overwrites the original)

@echo off
if "%1"=="" goto Help
if "%2"=="" goto Help
Exiftool.pl -overwrite_original  -AllDates%1=%2 .
Exiftool.pl -overwrite_original  -geotag %3 .
Goto EEND

:Help
Echo Usage: GeoTag {+/-} {adjustment} {GPX File}
Echo  where adjustment is minus / plus HH:MM:SS
Echo  example:  GeoTag + 00:00:23 20091207.gpx
:EEND
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/talk-us/attachments/20091207/687a022d/attachment.html>


More information about the Talk-us mailing list