find all jpg with spec. GPS Data and change it

Started by tabventure, January 05, 2016, 11:00:28 AM

Previous topic - Next topic

tabventure

Hi.
I´m absolut new to this software (found it in www).
Looks real good.

But I have a problem.
Some of my pictures taken with  my cam have bad GPSLongitude/GPSLatitude data  like 17056881.853375° .

I want to find all pictures with this data and if possible change it to "empty" so I can use my gps track for geotagging.

I could click every single pic but it´s not conviniend because I have more than 100.

Because I have no knowledge of programming I can´t understand how to do.

Thanx

Phil Harvey

You can a command like this to geotag all images with a crazy latitude:

exiftool -if "abs($gpslatitude#) > 90" -geotag TRACKFILE DIR

- Phil

Edit:  Sorry, this is a command-line example, but you have posted this question in the GUI section.  I'm not sure how to do this via the GUI
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

tabventure

Thank you Phil.

Works great (even I don´t understand how it works  ;D but it works).