Flexibility in other GPS tags

Started by StarGeek, April 16, 2022, 11:24:40 AM

Previous topic - Next topic

StarGeek

One thing I just noticed is that non-coordinate GPS tags aren't as flexible as the coordinate tags.  For example, you can't write
C:\>exiftool -P -overwrite_original -GPSImgDirection*="336.6 True North" y:\!temp\Test4.jpg
Warning: Can't convert GPS:GPSImgDirectionRef (not in PrintConv)
Nothing to do.


I wouldn't think it would be high priority and not worth it if it was difficult, but something to consider.
"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype

Phil Harvey

The main reason the GPSLatitude/Longitude tags have the extra "smarts" is so they may be written from the corresponding XMP tags, which have the hemisphere included.  But the XMP tags for GPSImgDirection and GPSImgDirectionRef are still separate, so this wouldn't help when copying tags, and not many people would think of using a command such as you have given to write both from a string value.

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

StarGeek

"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype