[Originally posted by mfeske on 2009-06-03 06:10:44-07]Hello,
I have the following geokoordinates:
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
[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/
[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
[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
[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