ExifTool Forum

ExifTool => Bug Reports / Feature Requests => Topic started by: StarGeek on April 16, 2022, 11:24:40 AM

Title: Flexibility in other GPS tags
Post by: StarGeek on April 16, 2022, 11:24:40 AM
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.
Title: Re: Flexibility in other GPS tags
Post by: Phil Harvey on April 18, 2022, 03:15:41 PM
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
Title: Re: Flexibility in other GPS tags
Post by: StarGeek on April 18, 2022, 03:49:44 PM
Ah, I see.  Good enough then.