ExifTool Forum

General => Other Discussion => Topic started by: tdavid66 on December 07, 2020, 03:58:02 PM

Title: Field swap
Post by: tdavid66 on December 07, 2020, 03:58:02 PM
Someone, who will remain nameless, has GPS Latitude where GPS Longitude should be, and vice versa. 

Any chance of developing field swap/move functionality for nameless people who don't pay attention when they geocode?
Title: Re: Field swap
Post by: StarGeek on December 07, 2020, 04:07:06 PM
exiftool "-GPSLatitude*<GPSLongitude" "-GPSLongitude*<GPSLatitude" /path/to/files/

I used a wildcard so both the main tag and the reference direction tag will get updated.