ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: Puffolino on February 22, 2016, 07:34:05 AM

Title: Can't geotag properly...
Post by: Puffolino on February 22, 2016, 07:34:05 AM
Hi,
I tried to touch hundred of images (except some specific, but this is another story) with geoinformation, so I tried to produce a NMEA file to do this:

C:...> exiftool -geotag showroom.nma *.jpg
Warning: No track points found in GPS file 'showroom.trk' in File:Geotag (ValueConvInv)
Warning: GPS track is empty in File:Geotime (ValueConvInv) - 001.jpg
Warning: No writable tags set from 001.jpg
    :
    0 image files updated
   xxx image files unchanged

I converted the file to gpx format with no change, who can give me a hint what should be done?
Title: Re: Can't geotag properly...
Post by: Phil Harvey on February 22, 2016, 04:01:48 PM
The status of all fixes in this track log is V (void or invalid), so ExifTool is ignoring them.  This field should be "A" or empty.

Also, you are missing a comma after "E".

There may be other problems.  Consult the NMEA RMC specification and make sure your log syntax is correct.

- Phil
Title: Re: Can't geotag properly...
Post by: Puffolino on February 23, 2016, 04:10:19 AM
Thank you, Phil,
what an error (or even two), and that after having read a documentation ;-)

Michael