Tag Only Those Raw Files That Do Not Have GPS Tag By GPX Log File

Started by osakahk2009, June 06, 2021, 04:12:04 AM

Previous topic - Next topic

osakahk2009

Hi Phil,
I would like to add GPS tag to those raw files that do not have GPS tags and exclude those that already have the tags.
Or if there is a way to differentiate raw files that have and do not have GPS tags.

Thanks.

Phil Harvey

Try adding this to your command:

-if "not $gpslatitude"

This should avoid processing files that already contain GPSLatitude.

- Phil
...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 ($).