Solved

Extracting EXIF GIS coordinates from a .TIF file

  • 28 April 2021
  • 2 replies
  • 40 views

Badge +1

Hi

I am trying to extract the EXIF GPS coordinates from a .TIF file. I have managed to extract EXIF from a JPEG, but it seems .TIF readers doesn't expose the right additional attributes:

Screenshot 2021-04-28 102626The .TIF file I am trying to extract:

Screenshot 2021-04-28 101833Anyone know of an alternative way to do this?

icon

Best answer by gazza 29 April 2021, 01:11

View original

2 replies

Badge +5

One way is to use the SystemCaller to run ExifTools on the image and create a text file of the output which a FeatureReader can then read in and extract the required data.

Badge +5

There is a custom transformer on FMEHub which does this https://hub.safe.com/publishers/jamess/transformers/exifreader

Reply