ExifTool Forum

ExifTool => Archives => Topic started by: Archive on May 12, 2010, 08:54:36 AM

Title: geotags
Post by: Archive on May 12, 2010, 08:54:36 AM
[Originally posted by mfeske on 2009-06-03 06:10:44-07]

Hello,
I have the following geokoordinates:
Code:
47 24 3.05 N   8 33 4.01 E
what must I do to write with exiftool rekursive in all png/jpg/tiff from c:\incoming ?, i have kmz / kml file to, what is better to use ?

Greetings
Title: Re: geotags
Post by: Archive on May 12, 2010, 08:54:36 AM
[Originally posted by eric80 on 2009-06-03 09:58:56-07]

if you have different coordinates to set, you may have a look at geosetter: http://www.geosetter.de/en/
Title: Re: geotags
Post by: Archive on May 12, 2010, 08:54:36 AM
[Originally posted by exiftool on 2009-06-03 11:11:07-07]

For fixed coordinates, you can do this:

exiftool -gpslatitude="47 24 2.03" -gpslatituderef=N -gpslongitude="8 33 4.01" -gpslonituderef=E -r DIR


This command will write to all writable files in DIR and any
subdirectory.  If you want to limit it to only png/jpg/tiff, then
add "-ext png -ext jpg -ext tif".

- Phil
Title: Re: geotags
Post by: Archive on May 12, 2010, 08:54:36 AM
[Originally posted by mfeske on 2009-06-03 16:41:24-07]

Hello Phil,
thanks for the answer.
And the kml file i cant use?
greetings
micha
Title: Re: geotags
Post by: Archive on May 12, 2010, 08:54:36 AM
[Originally posted by exiftool on 2009-06-03 16:48:29-07]

Sorry, I missed the comment about the KML file.  Do you have
a track log stored in the KML?  ExifTool doesn't currently read
KML files, but I'm open to adding this support.  If this is what
you want, send me a sample KML file and I'll see what I can do.
My email is philharvey66 at gmail.com

- Phil