reference coordinate system in exif

Started by helsky, October 07, 2019, 05:16:11 AM

Previous topic - Next topic

helsky

Dear forum,

I was wondering if
- there is a way to store the reference coordinate system for the GNSS (GPS) tag in the exif information?
- store values like yaw, pitch and roll in the exif information

Thanks a lot,
Helsky

Phil Harvey

Hi Helsky,

Quote from: helsky on October 07, 2019, 05:16:11 AM
- there is a way to store the reference coordinate system for the GNSS (GPS) tag in the exif information?

Try the GPSMapDatum tag.

Quote- store values like yaw, pitch and roll in the exif information

You would need to add user-defined tags for Pitch and Roll.  For Yaw, you can use the existing GPSImgDirection.  The sample config file defines these two custom EXIF tags.  Note that custom EXIF tags will not be readable by software other than ExifTool.

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